Skip to content

Fix Postgres 19 support#115

Closed
RekGRpth wants to merge 1 commit intopostgrespro:masterfrom
RekGRpth:patch-1
Closed

Fix Postgres 19 support#115
RekGRpth wants to merge 1 commit intopostgrespro:masterfrom
RekGRpth:patch-1

Conversation

@RekGRpth
Copy link
Copy Markdown
Contributor

Commit postgres/postgres@c456e39 added an assertion to the BlessTupleDesc
function requiring a call to the TupleDescFinalize function before calling
BlessTupleDesc. Add these calls; without them, the issue appears in the debug
build.

Commit postgres/postgres@c456e39 added an assertion to the BlessTupleDesc
function requiring a call to the TupleDescFinalize function before calling
BlessTupleDesc. Add these calls; without them, the issue appears in the debug
build.
@Medvecrab
Copy link
Copy Markdown
Contributor

#114 was a half-a-day earlier than this, and also contained a fix for warnings -Wstrict-prototypes and -Wold-style-definition so I merged that. Anyway, I mentioned you in merge commit and took your commit description, it's good. Thanks for your report and for your fix!

@Medvecrab Medvecrab closed this Mar 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants